'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Integer) _ )
'Usage
Dim collection As IEnumerable(Of Integer) Dim instance As New Int32Collection(collection)
public Int32Collection( IEnumerable<int> collection )
public: Int32Collection( IEnumerable<int>^ collection )
Parameters
- collection
- A collection of System.Int32 to pre-populate this collection with